Tip #19
Pure CSS Tree Menus
If you remove the JavaScript from a tree style menu it wll function as a standard vertically oriented drop down instead of a tree. This is due to the fact that tree style behavior (expand on click) is not fully possible with CSS alone.